Scheduler for WinForms
Item(Guid) プロパティ

C1.ScheduleCore アセンブリ > C1.Schedule 名前空間 > BaseCollection<T> クラス > Item プロパティ : Item(Guid) プロパティ
The key of the element to get.
Gets the element with the specified key if any.
シンタックス
'宣言
 
Public Overloads Shadows ReadOnly Property Item( _
   ByVal key As System.Guid _
) As T
public new T Item( 
   System.Guid key
) {get;}

パラメータ

key
The key of the element to get.

プロパティ値

The element with the specified key. If an element with the specified key is not found, return null.
参照

BaseCollection<T> クラス
BaseCollection<T> メンバ
オーバーロード一覧